{
r.setLocation(sx, y);
if (r.intersects(clip))
g.drawImage(image, sx, y, observer);
}
}
{
r.setLocation(sx, y);
if (r.intersects(clip))
drawScaledImage(g, image, sx, y, observer);
}
for (int y = sy - height; y + height - 1 >= 0; y -= height)
{